home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TREPORTDIALOG / TREPORTDIALOG.txt
Text File  |  2008-11-03  |  6KB  |  262 lines

  1. inherited ReportDialog: TReportDialog
  2.   ClientHeight = 337
  3.   ClientWidth = 585
  4.   OnClose = FormClose
  5.   OnCreate = FormCreate
  6.   OnDestroy = FormDestroy
  7.   OnShow = FormShow
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object LayoutLbl: TUiLabel
  11.     Left = 8
  12.     Top = 8
  13.     Height = 13
  14.     Caption = 'Report layout:'
  15.     FocusControl = LayoutLB
  16.   end
  17.   object LayoutLB: TUiListBox
  18.     Left = 8
  19.     Top = 24
  20.     Width = 177
  21.     Height = 121
  22.     ItemHeight = 13
  23.     TabOrder = 0
  24.     OnClick = SomethingChangedClick
  25.   end
  26.   object ReportGroupBox: TUiGroupBox
  27.     Left = 192
  28.     Top = 16
  29.     Width = 385
  30.     Height = 129
  31.     Caption = 'Report options'
  32.     TabOrder = 1
  33.   end
  34.   object OutputGroupBox: TUiGroupBox
  35.     Left = 8
  36.     Top = 152
  37.     Width = 401
  38.     Height = 177
  39.     Caption = 'Output options'
  40.     TabOrder = 2
  41.     object TitleLbl: TUiLabel
  42.       Left = 8
  43.       Top = 132
  44.       Height = 13
  45.       Caption = 'Report title:'
  46.       FocusControl = TitleEdit
  47.     end
  48.     object ofPrinterEdit: TUiRadioButton
  49.       Left = 8
  50.       Top = 20
  51.       Height = 17
  52.       Caption = '&Printer'
  53.       TabOrder = 0
  54.       OnClick = SomethingChangedClick
  55.     end
  56.     object ofHTMLEdit: TUiRadioButton
  57.       Left = 8
  58.       Top = 40
  59.       Height = 17
  60.       Caption = '&HTML report'
  61.       TabOrder = 1
  62.       OnClick = SomethingChangedClick
  63.     end
  64.     object ofPlainTextEdit: TUiRadioButton
  65.       Left = 8
  66.       Top = 60
  67.       Height = 17
  68.       Caption = 'Plain &text'
  69.       TabOrder = 2
  70.       OnClick = SomethingChangedClick
  71.     end
  72.     object PagePanel: TUiPagePanel
  73.       Left = 128
  74.       Top = 16
  75.       Width = 269
  76.       Height = 121
  77.       TabOrder = 3
  78.       ActivePageIndex = 0
  79.       object PrintPanel: TUiPanel
  80.         Left = 0
  81.         Top = 0
  82.         Width = 269
  83.         Height = 121
  84.         Align = alClient
  85.         BevelOuter = bvNone
  86.         TabOrder = 0
  87.         object PrintStyleKindLbl: TUiLabel
  88.           Left = 0
  89.           Top = 0
  90.           Height = 13
  91.           Caption = 'Difference highlighting:'
  92.           FocusControl = PrintStyleKindEdit
  93.         end
  94.         object PrintStyleKindEdit: TUiComboBox
  95.           Left = 0
  96.           Top = 16
  97.           Width = 161
  98.           Height = 21
  99.           Style = csDropDownList
  100.           ItemHeight = 13
  101.           ItemIndex = 0
  102.           TabOrder = 0
  103.           OnChange = SomethingChangedClick
  104.           Items.WideStrings = (
  105.             'Use color'
  106.             'Monochrome')
  107.         end
  108.         object PrintWrapLinesEdit: TUiRadioGroup
  109.           Left = 0
  110.           Top = 44
  111.           Width = 265
  112.           Height = 69
  113.           Caption = 'Wrap lines'
  114.           Items.WideStrings = (
  115.             'No wrap'
  116.             'Wrap words'
  117.             'Wrap characters')
  118.           TabOrder = 1
  119.           OnClick = SomethingChangedClick
  120.         end
  121.       end
  122.       object HTMLPanel: TUiPanel
  123.         Left = 0
  124.         Top = 0
  125.         Width = 0
  126.         Height = 121
  127.         BevelOuter = bvNone
  128.         TabOrder = 1
  129.         Visible = False
  130.         object HTMLStyleKindLbl: TUiLabel
  131.           Left = 0
  132.           Top = 0
  133.           Height = 13
  134.           Caption = 'Difference highlighting:'
  135.           FocusControl = HTMLStyleKindEdit
  136.         end
  137.         object HTMLStyleURLLbl: TUiLabel
  138.           Left = 24
  139.           Top = 40
  140.           Height = 13
  141.           Caption = 'Custom stylesheet URL:'
  142.           FocusControl = HTMLStyleURLEdit
  143.         end
  144.         object HTMLStyleKindEdit: TUiComboBox
  145.           Left = 0
  146.           Top = 16
  147.           Width = 265
  148.           Height = 21
  149.           Style = csDropDownList
  150.           ItemHeight = 13
  151.           ItemIndex = 0
  152.           TabOrder = 0
  153.           OnChange = SomethingChangedClick
  154.           Items.WideStrings = (
  155.             'Use color stylesheet (embedded)'
  156.             'Use monochrome stylesheet (embedded)'
  157.             'Use custom stylesheet (external)')
  158.         end
  159.         object HTMLStyleURLEdit: TUiEdit
  160.           Left = 24
  161.           Top = 56
  162.           Width = 241
  163.           Height = 21
  164.           TabOrder = 1
  165.           OnChange = SomethingChangedClick
  166.         end
  167.         object HTMLWrapEdit: TUiCheckBox
  168.           Left = 0
  169.           Top = 88
  170.           Height = 17
  171.           Caption = 'Allow word wrapping'
  172.           TabOrder = 2
  173.           OnClick = SomethingChangedClick
  174.         end
  175.       end
  176.     end
  177.     object TitleEdit: TUiEdit
  178.       Left = 8
  179.       Top = 148
  180.       Width = 385
  181.       Height = 21
  182.       TabOrder = 4
  183.       OnChange = SomethingChangedClick
  184.     end
  185.   end
  186.   object BtnPageControl: TUiPageControl
  187.     Left = 412
  188.     Top = 200
  189.     Width = 169
  190.     Height = 97
  191.     ActivePage = tsPrinter
  192.     Style = tsFlatButtons
  193.     TabOrder = 3
  194.     TabStop = False
  195.     object tsPrinter: TUiTabSheet
  196.       TabVisible = False
  197.       object PreviewBtn: TUiButton
  198.         Left = 0
  199.         Top = 0
  200.         Width = 161
  201.         Caption = 'Print Previe&w'
  202.         TabOrder = 0
  203.         OnClick = PreviewClick
  204.       end
  205.       object SetupBtn: TUiButton
  206.         Left = 0
  207.         Top = 32
  208.         Width = 161
  209.         Caption = 'Page Setup...'
  210.         TabOrder = 1
  211.         OnClick = SetupClick
  212.       end
  213.       object PrintBtn: TUiButton
  214.         Left = 0
  215.         Top = 64
  216.         Width = 161
  217.         Caption = '&Print...'
  218.         Default = True
  219.         TabOrder = 2
  220.         OnClick = PrintClick
  221.       end
  222.     end
  223.     object tsFile: TUiTabSheet
  224.       TabVisible = False
  225.       object WebBrowserBtn: TUiButton
  226.         Left = 0
  227.         Top = 0
  228.         Width = 161
  229.         Caption = 'View in Browser'
  230.         TabOrder = 0
  231.         OnClick = WebBrowserClick
  232.       end
  233.       object CopyToClipboardBtn: TUiButton
  234.         Left = 0
  235.         Top = 32
  236.         Width = 161
  237.         Caption = 'Copy to Clipboard'
  238.         TabOrder = 1
  239.         OnClick = CopyToClipboardClick
  240.       end
  241.       object SaveBtn: TUiButton
  242.         Left = 0
  243.         Top = 64
  244.         Width = 161
  245.         Caption = 'Save As...'
  246.         Default = True
  247.         TabOrder = 2
  248.         OnClick = SaveClick
  249.       end
  250.     end
  251.   end
  252.   object CloseBtn: TUiButton
  253.     Left = 504
  254.     Top = 304
  255.     Cancel = True
  256.     Caption = 'Close'
  257.     ModalResult = 2
  258.     TabOrder = 4
  259.     AutoSize = asRight
  260.   end
  261. end
  262.